home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games 1996 November / Amiga Games 1996 #11.iso / rexx / load.asrx < prev    next >
Text File  |  1995-05-31  |  525b  |  30 lines

  1. /*
  2. ** LOAD.asrx
  3. **
  4. ** $VER: LOAD V1.0.0 (03.04.95)
  5. **
  6. ** (c) by MotionStudios
  7. **        Wildermuthplatz 3
  8. **        28211 Bremen
  9. **        Tel.: 0421/249966
  10. **
  11. **
  12. ** Path = PathName
  13. ** File = FileName
  14. */
  15.  
  16. ADDRESS "ArtStudio"
  17. OPTIONS RESULTS
  18.  
  19. PARSE ARG Path File
  20.  
  21. /*
  22. ** Es wird der Pfad und der Filename an ArtStudio übergeben.
  23. ** Wird kein Filename übergeben, dann wird das Verzeichnis nach
  24. ** Bildern durchsucht.
  25. ** Wird als Filename "ArtStudio.data" übergeben, dann wird eine neue
  26. ** BaseDatei geöffnet.
  27. */
  28.  
  29. LOAD Path File
  30.